home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / AHextris.lha / ahextris / install.script < prev    next >
Text File  |  1992-03-14  |  957b  |  42 lines

  1.  
  2. ; Script file to install reqtools.library 37 for AHextris
  3. ; Original by Nico François, adapted by Ives Aerts
  4.  
  5. FailAt 20
  6.  
  7. Echo "*nreqtools.library Installation Script*n"
  8. Version >NIL: LIBS:reqtools.library
  9. If NOT ERROR
  10.     Echo "Version of reqtools.library already installed:"
  11.     Version LIBS:reqtools.library
  12.     Echo ""
  13. EndIf
  14.  
  15. Version >NIL: exec.library 37
  16. If WARN
  17.     Echo "*nSorry, but you need AmigaDOS Release 2(V37) or higher"
  18.     Echo "*nto play AHextris or to use this version of reqtools.library."
  19.     Skip ABORTED
  20. Else
  21.     Echo "Your Amiga has AmigaDOS Release 2 (V37) or higher."
  22.     Ask "Install special Kickstart 2.0 version of reqtools.library (37.726) ?"
  23.     If NOT WARN
  24.         Skip ABORTED
  25.     Else
  26.         Copy reqtools.library LIBS:reqtools.library
  27.         Echo "*nreqtools.library (2.0 version) copied to your Libs: directory."
  28.         Avail >NIL: FLUSH
  29.         Echo "Installation complete.*n"
  30.         Skip END
  31.     EndIf
  32. EndIf
  33.  
  34. Lab ABORTED
  35.  
  36. Echo "*nInstallation aborted!*n"
  37.  
  38. Lab END
  39.  
  40. Wait 5
  41. EndCLI >NIL:
  42.